home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-04-17 | 504 b | 15 lines | [TEXT/ToyS] |
- -- Example AppleScript to show how to get/set various parameters
-
- tell application "SiteCam"
- get file of background of active document
- get video offset of background of active document
- get active of background of active document
- get transfer mode of background of active document
- end tell
-
- tell application "SiteCam"
- --set video offset of background of document 1 to {5, 50}
- --set active of background of document 1 to false
- --set transfer mode of background of document 1 to transparent
- end tell
-